home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00292.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  582 b   |  27 lines

  1. on mouseUp
  2.   global comp
  3.   if not comp then
  4.     exit
  5.   end if
  6.   set the movieTime of sprite 48 to 0
  7.   set the movieRate of sprite 48 to 0
  8.   set the visible of sprite 48 to 0
  9.   updateStage()
  10.   set the visible of sprite 19 to 0
  11.   repeat with x = 13 to 18
  12.     set the visible of sprite x to 1
  13.   end repeat
  14.   repeat with x = 3 to 8
  15.     puppetSprite(x, 1)
  16.     set the visible of sprite x to 1
  17.     puppetSprite(x, 0)
  18.   end repeat
  19.   puppetSprite(20, 1)
  20.   set the visible of sprite 20 to 1
  21.   puppetSprite(20, 0)
  22.   puppetSound("OPEN.AIF")
  23.   puppetSprite(1, 0)
  24.   go("No")
  25.   updateStage()
  26. end
  27.